home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 June / Chip Haziran 2000.iso / prog / basic / 09 / 09.exe / wmploc.DLL / 256 / 4005 < prev   
Encoding:
Text File  |  2000-03-15  |  1.3 KB  |  40 lines

  1.  ■<!--    Windows Media Player Emmbedded OCX Video Only    -->
  2. <!--
  3. -->
  4. <theme>
  5. <view        
  6.         width="240" height="182"
  7.         backgroundColor="none"
  8. >
  9.     <player         
  10.     >
  11.     </player>
  12.     <subview id="svVideo"
  13.         top="0" left="0"
  14.         width="jscript:view.width" height="jscript:view.height"
  15.         zindex="2"
  16.         horizontalAlignment="stretch" 
  17.         verticalAlignment="stretch" 
  18.     >
  19.         <video
  20.             id="video1"
  21.             width="jscript:svVideo.width;" 
  22.             height="jscript:svVideo.height;"
  23.             horizontalAlignment="stretch" 
  24.             verticalAlignment="stretch" 
  25.             backgroundColor="black"
  26.         >
  27.         </video>
  28.     </subview>
  29. </view>
  30. </theme>